From: Michael Albinus Date: Tue, 27 Jul 2021 11:08:36 +0000 (+0200) Subject: ; Fix last change in tramp.el X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~1929 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=17048030f52b359d3baa09fb8f7a7c8c308ba666;p=emacs.git ; Fix last change in tramp.el --- diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 2a664b6f791..51d5d068712 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -4690,7 +4690,7 @@ Wait, until the connection buffer changes." (goto-char (point-min)) (tramp-check-for-regexp proc tramp-process-action-regexp) (tramp-message - vec 0 "%s" (replace-regexp-in-string "[\r\n]" "" (match-string 1))) + vec 0 "%s" (replace-regexp-in-string "[\r\n]" "" (match-string 0))) ;; Hide message. (narrow-to-region (point-max) (point-max)) ;; Wait for new output.